object Form1: TForm1 Left = 200 Top = 99 Width = 435 Height = 300 Caption = 'Form1' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Menu = MainMenu1 PixelsPerInch = 96 OnClose = FormClose OnCreate = FormCreate TextHeight = 16 object Image1: TImage Left = 8 Top = 8 Width = 169 Height = 129 end object MainMenu1: TMainMenu Left = 40 Top = 32 object File1: TMenuItem Caption = '&File' object Load1: TMenuItem Caption = '&Load' OnClick = Load1Click end object Create1: TMenuItem Caption = '&Create' OnClick = Create1Click end object Save1: TMenuItem Caption = '&Save' OnClick = Save1Click end end object Show1: TMenuItem Caption = '&Show' OnClick = Show1Click end object Draw1: TMenuItem Caption = '&Draw' object Circle1: TMenuItem Caption = '&Circle' OnClick = Circle1Click end object Rectangle1: TMenuItem Caption = '&Rectangle' OnClick = Rectangle1Click end end end end